home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_071 / iconmk / readme < prev    next >
Text File  |  1992-05-06  |  3KB  |  81 lines

  1. Version 1.2 4-14-87
  2.  
  3. The INFO pick button now will recognize a second click (in a row) and will
  4. select all files that have icons. A third click reverts back to single click.
  5.  
  6. The wildcard text box now will accept !pattern (e.g. !*.c) and will un-select
  7. any file or directory that matches; if ~pattern is entered, then the action
  8. for any matched files is to toggle its selection.
  9.  
  10.  
  11. Version 1.2 4-2-87
  12.  
  13. The semi-automatic select now will check the contents of the file if there is
  14. no file extension (the . convention of v1.1 is gone) or the file extension is
  15. not found in the icons: drawer. Two types of files are recognized. 
  16.  
  17. 1. IFF files of type FORM where the icon chosen is the first form type
  18. (actually just the 4 character name in bytes 8,9,10, and 11 (ILBM, SMUS etc.).
  19.  
  20. 2. If the first word is the value for a hunk header (an executable file) then
  21. the icon used will be EXE.info in the icons: directory.
  22.  
  23.  
  24.  
  25. Version 1.1
  26.  
  27. This version contains a semi-automatic way of selecting icons for files.
  28. It reverts back to the good ol' days of file extensions to describe file
  29. type. So, any file extension like .c, .o, .doc, .pic, etc. will be used
  30. to determine the icon from the icons: drawer where one can have a nice
  31. library. Two special cases, misc is used if the extension does not have
  32. a counterpart in the icons: drawer, and the file . (yes, just dot) is used
  33. if a file has no extension, kind of a catch all.
  34.  
  35.  
  36. Version 1.0
  37. Iconmaker is most useful when it is readily available on the system
  38. disk.
  39.  
  40. The best way to install the iconmaker into your system is to place the 
  41. executable iconmaker onto you system disk in the C: directory and the
  42. rest of the files
  43.  
  44.         project, project.info
  45.         tool,    tool.info
  46.         drawer,  drawer.info
  47.  
  48.  
  49. in this kit into a directory also on the system disk, for example
  50. sys:icon_templates.  Then add the following line to your system startup
  51. file
  52.  
  53.     sys:s/startup-sequence:
  54.  
  55.     assign icons: sys:icon_templates
  56.     
  57. Note that the file drawer is not supplied since it is a directory file
  58. that must be created as for example,
  59.  
  60.     makedir sys:icon_templates/drawer
  61.  
  62. The files TOOL and PROJECT have been provided in the kit although they
  63. are only dummy files that are necessary so you can use the workbench
  64. option INFO on the icon files (likewise, the sub-directory drawer is not
  65. used by iconmaker but permits one to manipulate the icon files from the
  66. workbench).
  67.  
  68. Iconmaker can be invoked from workbench as well as cli, so you  may want
  69. to create a project icon file in the root level of the system disk that
  70. has as its default tool  c:iconmaker. When you want to run iconmaker on
  71. the files in a directory that has an icon, do an extended selection of
  72. iconmaker and the icon for the drawer (in that order).  This is
  73. equivalent to typing 
  74.  
  75.         iconmaker   device:drawer 
  76.  
  77. to the cli. 
  78.  
  79. Note that there is nothing magic about the name iconmaker, you may
  80. shorten it to anything you want.
  81.